home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / setfont.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  1.1 KB  |  56 lines

  1. SETFONT
  2.  
  3. Changes the font of the current Shell.
  4.  
  5. Format
  6.  
  7. SETFONT <font> <size> [SCALE] [PROP] [ITALIC] [BOLD] [UNDERLINE]
  8.  
  9. Template
  10.  
  11. NAME/A,SIZE/N/A,SCALE/S,PROP/S,ITALIC/S,BOLD/S,UNDERLINE/S
  12.  
  13. Location
  14.  
  15. C:
  16.  
  17. SETFONT lets you change the font used in a particular Shell window,
  18. overriding the System Default Text setting specified in the Font editor.
  19. SETFONT is only effective in the window in which it is invoked.
  20.  
  21. You must specify both a font name and a size when using the SETFONT command.
  22. The other options are:
  23.  
  24. SCALE
  25.  
  26. Enables bitmap font scaling.
  27.  
  28. PROP
  29.  
  30. Allows proportional fonts.
  31.  
  32. ITALIC
  33.  
  34. The font is italic.
  35.  
  36. BOLD
  37.  
  38. The font is boldface.
  39.  
  40. UNDERLINE
  41.  
  42. The font is underlined.
  43.  
  44. Invoking SETFONT clears the Shell window of its current contents and displays
  45. a new prompt, in the new font, at the top of the window. Using proportional
  46. fonts in a Shell window is not recommended because the variable character
  47. spacing prevents columns of information from lining up and makes editing the
  48. command line difficult.
  49.  
  50. Example:
  51.  
  52. 1> SETFONT topaz 11 BOLD UNDERLINE
  53.  
  54. The Shell window clears and the new prompt is in 11 point Topaz, underlined
  55. and boldface.
  56.